home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00096.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  223 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("toggle2.aif")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   puppetSprite(6, 0)
  8.   puppetSprite(7, 0)
  9.   puppetSprite(25, 0)
  10.   SetReturn()
  11.   unloadMember(member "toggle2.aif", "VSS DOWN.PICT")
  12.   go("mast")
  13. end
  14.